External Patterns
Recent Changes
Integration Build
|
Category: External Patterns
|
27 November 2004
|
The system build that is used to integrate software from various developers'
Private Workspaces into a single working application.
|
Hexagonal Architecture
|
Category: External Patterns
|
17 March 2004
|
Create your application to work without either a UI or a database so you can
run automated regression-tests against the application, work when the database
becomes unavailable, and link applications together without any user
involvement.
|
Data Transfer Object
|
Category: External Patterns
|
17 March 2004
|
Make the objects returned by a method immutable by copying their contents
into special objects that only contain values and have no behavior.
|
Adapter
|
Category: External Patterns
|
17 March 2004
|
Convert the interface provided by an object to one needed by a
client.
|
Command
|
Category: External Patterns
|
17 March 2004
|
Objectify a request so that it can be executed via a standard
interface.
|
Decorator
|
Category: External Patterns
|
17 March 2004
|
An object that is placed between a client and another object for the
purose of adding behavior.
|
Facade
|
Category: External Patterns
|
17 March 2004
|
A service object that hides the actual implementation structure of a
service.
|
Page generated at Wed Feb 09 16:39:54 +1100 2011
Copyright © 2003-2008 Gerard Meszaros all rights reserved